home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / bad200.zip / BAD.DOC < prev    next >
Text File  |  1992-03-11  |  6KB  |  167 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.                                Buy a Door
  11.                                   
  12.                                  v.2.0
  13.  
  14.                              March 9, 1991
  15.  
  16.                         PCBoard 14.x and GAP 4.x
  17.                            WILDCAT!, Spitfire
  18.                              QBBS, RBBS, RA
  19.                                   WWIV
  20.  
  21.                                    by
  22.  
  23.                               Alan Bennett
  24.  
  25.                            Terminal Entry BBS
  26.  
  27.                                 5 LINES
  28.  
  29.             (919) 895-0368 -  Dual Standard - 1200 - 19200 Bps
  30.  
  31.  SPECIAL THANKS TO DENNIS MAIDON OF THE PAROLE BOARD BBS FOR BEING SO helpful
  32.  
  33.  
  34.  
  35.  
  36.                                 OVERVIEW
  37.                                 ________
  38.  
  39.  
  40.  
  41.         This ZIP file was created using the -AV function of PKZIP.  If
  42.         my AV is missing then this file may not be complete of has been
  43.         tampered with.  Complete and current editions of this program
  44.         are always available for D/L on Terminal Entry BBS.  If the AV
  45.         is missing please complain to your sysop to stop the practice of
  46.         removing AV's as this is your assurance from the programmer that
  47.         the file is complete and virus free.
  48.  
  49.  
  50.                               INSTALLATION
  51.                               ____________
  52.  
  53.  
  54.  
  55.    Installation is fairly easy and straight-forward. The following steps and
  56.    examples should have you up and running in a very short period of time.
  57.    It is assumed that you are familiar with setting up DOORS on your system.
  58.    To this end, only examples of the configuration file and Door batch file
  59.    are described.
  60.  
  61.       1) Place the Bad.cfg in the node home directory
  62.  
  63.       2) Place the Bad.exe anywhere in your path.
  64.  
  65.       3) Create the door.bat file for the door that you need registered
  66.       
  67.       4) Run the Maketext.exe and enter the message you wish to display to
  68.          your callers about registering the door.
  69.          
  70.  
  71.  
  72.  
  73.               Follow this sample DOOR.BAT file if needed:
  74.  
  75.    @ECHO OFF -----------------> Turns the Echo Off
  76.    CLS -----------------------> Clears the Screen
  77.    CD\WC30 -------------------> Change to your BBS's Node home directory
  78.    BAD BAD.CFG ---------------> Run Buy a Door before the main door
  79.    CD\WC30\DOOR\POKER --------> Go to the Main doors directory
  80.    POKER POKER.CFG -----------> Runs the Main Door
  81.    CD\WC30 -------------------> Goes back to the Node home directory
  82.  
  83.  
  84.  
  85.  
  86.  
  87.    C:\WILDCAT\CALLINFO.BBS ──┐  <- For Wildcat!
  88.    C:\PCB\PCBOARD.SYS        │  <- For PCBoard using PCBOARD.SYS only
  89.    C:\PCB\USERS              │  <- For PCBoard using USERS only
  90.    C:\BBS\DOOR.SYS           │  <- For Systems that support DOOR.SYS
  91.    C:\BBS\DORINFOx.DEF       │  <- For QBBS/RBBS/RA.  Replace x with Node #.
  92.    C:\BBS\USERINFO.DAT          <- WILDCAT 3.0!
  93.    Terminal Entry BBS           <- Your BBS Name
  94.    Alan                         <- SysOp's First Name
  95.    Bennett                      <- SysOp's Last Name
  96.    10                           <- Number of seconds to delay after screen. 5+
  97.    11                           <- Color to Use to display message to user   
  98.                                    look at BAD.cfg for color code numbers
  99.  
  100.  *****************************************************************************
  101.  
  102.      Edit this .CFG file to suit your individual BBS.  All 4 lines MUST
  103.      be present.
  104.  
  105.    Line 1:  This line points to where BAD.EXE will find the callers
  106.             information file.  Just include the line that your particular
  107.             BBS uses.  DO NOT put all of them in the CFG file.
  108.  
  109.    Line 2:  Place the name of your BBS on this line.
  110.  
  111.    Line 3:  SysOp's first name goes here.
  112.  
  113.    Line 4:  SysOp's last name goes here.
  114.  
  115.    Line 5:  Number of seconds to delay the announcement screen
  116.    
  117.    Line 6:  Color to display message in. Read sample BAD.CFG for color codes
  118.  
  119.       If you use the above CFG file be sure to remove all remarks and use
  120.    a pure ASCII editor such as EDLIN or QEDIT.  Hidden control codes could
  121.    cause the program to depart for worlds unknown.
  122.  
  123.       4) Create a batch file or modify the DOOR.BAT file supplied. A
  124.          description of this file follows:
  125.  
  126.             ECHO OFF
  127.             CD \WC30
  128.             BAD BAD.CFG             EXE filename and CFG filename
  129.             CD\WCAT
  130.             CAT.BAT
  131.  
  132.  
  133.        5) When running in more than one node, be sure to supply a
  134.           different configuration name for each node (your choice of name).
  135.  
  136.           EX: BAD1.CFG  BAD2.CFG
  137.  
  138.        BUY A DOOR has been tested under LIVECAT! and performs very well.
  139.  
  140.  
  141.  
  142.  
  143.                               LEGALITIES
  144.                               __________
  145.  
  146.  
  147.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  148.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  149.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  150.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  151.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  152.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  153.       OR BREACH OF ANY WARRANTY.
  154.  
  155.  
  156.  
  157.                              DISTRIBUTION
  158.                              ____________
  159.  
  160.    You may make this file available for downloading from your BBS or you may
  161.    upload it to any BBS of your choice, provided that you do not make any
  162.    changes to the contents of the archive (ZIP file). The archive and its
  163.    individual contents may not be used by any service that charges any money
  164.    whatsoever, without the written permission of the author.
  165.  
  166.  
  167.